home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmTTTTeeeexxxxttttIIIInnnnsssseeeerrrrtttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmTTTTeeeexxxxttttIIIInnnnsssseeeerrrrtttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_T_e_x_t_I_n_s_e_r_t - A Text function that inserts a character
- string into a text string
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Text.h>
-
- void XmTextInsert(wwwwiiiiddddggggeeeetttt,,,, ppppoooossssiiiittttiiiioooonnnn,,,, vvvvaaaalllluuuueeee)
- _W_i_d_g_e_t wwwwiiiiddddggggeeeetttt;
- _X_m_T_e_x_t_P_o_s_i_t_i_o_n ppppoooossssiiiittttiiiioooonnnn;
- _c_h_a_r **** vvvvaaaalllluuuueeee;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_T_e_x_t_I_n_s_e_r_t inserts a character string into the text string
- in the Text widget. The character positions begin at zero
- and are numbered sequentially from the beginning of the
- text. For example, to insert a string after the fourth
- character, the parameter ppppoooossssiiiittttiiiioooonnnn must be 4.
-
- This routine calls the widget's _X_m_N_v_a_l_u_e_C_h_a_n_g_e_d_C_a_l_l_b_a_c_k and
- verification callbacks, either _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k or
- _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k_W_c_s, or both. If both verification
- callback lists are registered, the procedures of the
- _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k list are executed first and the
- resulting data is passed to the _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k_W_c_s
- callbacks.
-
- wwwwiiiiddddggggeeeetttt
- Specifies the Text widget ID.
-
- ppppoooossssiiiittttiiiioooonnnn
- Specifies the position in the text string where the
- character string is to be inserted.
-
- vvvvaaaalllluuuueeee
- Specifies the character string value to be added to the
- text widget.
-
- For a complete definition of Text and its associated
- resources, see _X_m_T_e_x_t(_3_X).
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_T_e_x_t(_3_X) and _X_m_T_e_x_t_I_n_s_e_r_t_W_c_s(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-